home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilgraf / mpvdtc15.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  41 lines

  1. Short:    MPEG video datatype V1.5
  2. Author:   Reinhold.A.Mainz@KBV.DE (Roland Mainz)
  3. Uploader: Reinhold.A.Mainz@KBV.DE (Roland Mainz)
  4. Type:     util/dtype
  5.  
  6. MPEG video datatype, which is able to play mpeg 1 video streams.
  7. animation.datatype subclass.
  8.  
  9. ALPHA release, V1.5
  10.  
  11. Features are:
  12. - Now contains special compiled versions for
  13.   mc68000 using IEEE shared library,
  14.   mc68020 using IEEE shared library,
  15.   mc68020 with 68881 (FPU),
  16.   mc68040 with 68881 emulation,
  17.  
  18. - Matches the "DataTypes" proposal.
  19.  
  20. - Supports virtual memory with Martin Apel's vmm.library
  21.   (Now no limit of frames to load...)
  22.  
  23. - Realtime playing on a plane A1200
  24.  
  25. - Grayscale output
  26.  
  27. - Color output (low quality (speed), medium (ordered dither)
  28.   or dicecolor (high-quality color)
  29.  
  30. - Various options:
  31.   - including frame skipping (by number and/or by type (B, P))
  32.   - load limit (maximum frame to load)
  33.   - dithering mode (GRAY, COLOR, ORDERED, DICECOLOR)
  34.   - display mode
  35.   - playback speed
  36.   - color range (YCrCb space) and color resolution
  37.   - load buffer size
  38.     ... (see docs for a complete list of options)
  39.   - dynamic load abort (using CTRL-D)
  40.   - VERBOSE mode (processing output to CON: window)
  41.